projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1bc0954
)
Enable window creation with GDK_WINDOW_CHILD again
author
Hans Breuer
<hans@breuer.org>
Sat, 4 Jul 2009 10:07:58 +0000
(12:07 +0200)
committer
Hans Breuer
<hans@breuer.org>
Sat, 4 Jul 2009 10:19:11 +0000
(12:19 +0200)
gdk/win32/gdkwindow-win32.c
patch
|
blob
|
history
diff --git
a/gdk/win32/gdkwindow-win32.c
b/gdk/win32/gdkwindow-win32.c
index 894b07041d86881bcfc8fa1b6704862408c232e8..76e851533de9963bb366bc423ccdc187da3ee04f 100644
(file)
--- a/
gdk/win32/gdkwindow-win32.c
+++ b/
gdk/win32/gdkwindow-win32.c
@@
-580,11
+580,9
@@
_gdk_window_impl_new (GdkWindow *window,
}
break;
- /*
case GDK_WINDOW_CHILD:
dwStyle = WS_CHILDWINDOW | WS_CLIPCHILDREN | WS_CLIPSIBLINGS;
break;
- */
case GDK_WINDOW_TEMP:
/* A temp window is not necessarily a top level window */